Goto

Collaborating Authors

 neural complete


kootenpv/neural_complete

#artificialintelligence

Neural Complete is autocomplete based on a generative seq2seq LSTM neural network, trained not only by python code but also on python source code. Ironically, it is trained on files containing keras imports. The result is a neural network trained to help writing neural network code. Rather than completing a word, it will suggest finishing a whole line. It uses information from previous lines to make a suggestion.